BMAD v6 安装更新:模块化 + AgentVibes “会说话”的开发体验
v6 的核心变化就是“目录/工件体系重做” + “语音能力(AgentVibes)正式集成进 BMAD 工作流”。
1)先说结论:v6 相比 v4,最“能感知”的两点变化
Section titled “1)先说结论:v6 相比 v4,最“能感知”的两点变化”变化 A:目录从“单核”升级为“Core + Modules + Manifests”的工程化结构。
v4 的用户指南里,个性化偏好(比如技术栈、命名规则)是放在 .bmad-core/data/technical-preferences.md 里管理的。
而 v6(Alpha)的官方定位是“Agent-as-Code + 可复现流水线”,并明确给出 workspace anatomy:.bmad/ 用来放 profiles/blueprints/runs 等“可追踪工件”。
变化 B:AgentVibes 被当成“第一方体验层”接进来:让 BMAD agent 能在 Claude Code 里说话、切声线、用 slash command / MCP 控制。 AgentVibes 的官方说明就直白:最初就是为了给 Claude Code “加声音”,并且提供 MCP(自然语言控制)和 slash commands 两套控制方式。
2)目录结构:v4 的“.bmad-core” vs v6 的“.bmad + modules + artifacts”
Section titled “2)目录结构:v4 的“.bmad-core” vs v6 的“.bmad + modules + artifacts””按日志里的安装结果来拆
v4(用户常见心智)
Section titled “v4(用户常见心智)”- 核心目录:
.bmad-core/用来放偏好、数据、模板等;例如 v4 用户指南明确提到偏好文件位置:.bmad-core/data/technical-preferences.md。 - Web Bundle 玩法:
dist/teams/...典型是复制dist/teams/team-fullstack.txt去 Web UI/Claude/GPT 里当“团队提示词”。 - 更像“提示词框架 + 目录约定”,工程化程度够用,但**“产物可追踪/可复现”不是第一目标**。
v6(你这次安装体现出来的结构变化)
Section titled “v6(你这次安装体现出来的结构变化)”从日志看,v6 安装完成后最关键的“落盘结构”是:
-
根目录统一落在:
<project>/.bmad(你这次是/Users/vsai/.../vs-ai-agents/.bmad) -
模块化安装:Core + bmb + bmgd + bmm + cis
- Core:安装核心 agent(比如
bmad-master.md) - bmb:Builder/Factory(自定义 agent、workflow、module 的“工厂”)
- bmm:Method(Analyst/PM/Dev/SM/UX 等完整团队)
- bmgd:Game Dev(并且会把跨模块 workflows “vendoring”进来)
- cis:Creative Innovation Suite
- Core:安装核心 agent(比如
同时,它还做了 v4 时代不太“显性”的几件事:
-
编译/生成工件(manifests):日志里直接报了 “61 workflows、21 agents、5 tasks、1 tools…”——这就是 v6 走向“可版本化/可追踪”的证据之一(工程化明显更强)。这一点也符合 v6 Alpha 强调的“可复现、可审计、可 diff”的方向。
-
Sprint 产物目录变成安装期配置项:你选择了
docs/sprint-artifacts,安装器还会自动创建(便于团队落地敏捷节奏)。 -
自定义扩展目录被显式分离出来
bmad-custom-src:自定义 agents / workflowsbmad-custom-modules-src:自定义 modules 这其实是在逼你把“官方模块”和“自定义资产”隔离,方便升级/合并。
-
Sidecar memory 目录:日志里还替换了
{agent_sidecar_folder}→{project-root}/.bmad-user-memory(典型用于 agent 的“旁路记忆/运行痕迹”,也更符合 v6 的“工件化”理念)。
v4 更像“提示词框架 + 目录规范”;v6 更像“带构建产物与可追踪工件的 agent 工程系统”。
3)AgentVibes 集成:从“能用”到“好用”的关键升级
Section titled “3)AgentVibes 集成:从“能用”到“好用”的关键升级”日志里最“出圈”的部分其实是这一段:
- 安装器提示 “AgentVibes TTS Injection Summary”
- 对
.../.bmad/core/agents/bmad-master.md做了 TTS 注入 - 备份放在
~/.bmad-tts-backups/ - 然后一键拉起 AgentVibes 安装器,往项目的
.claude/里塞了 slash commands、TTS hooks、personality templates、背景音乐等
这套设计跟 AgentVibes 的官方说明高度一致:
AgentVibes 到底解决了什么?
Section titled “AgentVibes 到底解决了什么?”- 它提供 MCP(自然语言控制):让助手不必记 slash commands,也能“说:换成 Aria 声线”。
- 同时也提供 slash commands(零 token 开销),例如
/agent-vibes:list、/agent-vibes:switch Aria。 - 多 TTS provider 抽象:Piper、macOS Say、ElevenLabs 都在同一个能力层里(你的日志里也体现了 macOS Say 的快速安装路径)。
- 安装结构明确写了:会把 commands/hooks/personalities/plugins 放进
.claude/。
为什么这对 BMAD v6 特别重要?
Section titled “为什么这对 BMAD v6 特别重要?”因为 v6 的方向是“多 agent、多 workflow、多工件”,人的注意力会被大量“过程信息”打散。TTS 反而能带来两个好处:
- 状态反馈更强:开始做什么、做完了什么,耳朵一听就知道,不用盯屏幕。
- 角色感更强:PM/SM/Architect/Dev 这类角色切换,会更有“团队协作”的沉浸感(AgentVibes 的 BMAD 集成也在强调这点)。
4)给从 v4 到 v6 的总结
Section titled “4)给从 v4 到 v6 的总结”-
把 v4 的偏好文件迁移思路定好 v4 偏好在
.bmad-core/data/technical-preferences.md。 v6 更强调 workspace + policies + manifests(.bmad/下的结构)。 建议你做法是:保留 v4 偏好内容作为“团队约定”,再逐步映射到 v6 的 profile/policy 体系(不要一次性硬迁,容易丢语义)。 -
把“自定义资产”放进你已经配置好的两个目录
- agent / workflow →
bmad-custom-src - module →
bmad-custom-modules-src这样未来升级 v6 alpha/beta 时,冲突会少很多。
- AgentVibes 用法上,建议默认“slash commands 优先” AgentVibes 官方也强调:MCP 更方便,但会吃上下文 token;slash commands 更省。 也就是说:日常用 / 命令,偶尔再用自然语言 MCP,体验和成本会比较平衡。
bunx bmad-method@alpha install
██████╗ ███╗ ███╗ █████╗ ██████╗ ™ ██╔══██╗████╗ ████║██╔══██╗██╔══██╗ ██████╔╝██╔████╔██║███████║██║ ██║ ██╔══██╗██║╚██╔╝██║██╔══██║██║ ██║ ██████╔╝██║ ╚═╝ ██║██║ ██║██████╔╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ Build More, Architect Dreams v6.0.0-alpha.16
════════════════════════════════════════════════════════════════════════════════ BMAD™ Setup Build More, Architect Dreams v6.0.0-alpha.16════════════════════════════════════════════════════════════════════════════════
? Installation directory: /Users/vsai/WorkSpaces/vs/vs-ai-agents
Resolved installation path: /Users/vsai/WorkSpaces/vs/vs-ai-agentsDirectory exists and contains 1 item(s)? Install to this directory? Yes
────────────────────────────────────────────────────────────────────────────────BMAD™ Core ConfigurationConfigure the core settings for your BMAD™ installation.These settings will be used across all modules and agents.────────────────────────────────────────────────────────────────────────────────
██████╗ ███╗ ███╗ █████╗ ██████╗ ™ ██╔══██╗████╗ ████║██╔══██╗██╔══██╗ ██████╔╝██╔████╔██║███████║██║ ██║ ██╔══██╗██║╚██╔╝██║██╔══██║██║ ██║ ██████╔╝██║ ╚═╝ ██║██║ ██║██████╔╝ ╚═════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═════╝ Build More, Architect Dreams v6.0.0-alpha.16
════════════════════════════════════════════════════════════════════════════════ BMAD™ Installation Version 6.0.0-alpha.16════════════════════════════════════════════════════════════════════════════════
────────────────────────────────────────────────────────────────────────────────BMad Optimized Builder (BoMB) Module ConfigurationConfigure the settings for the BoMB Factory!The agent, workflow and module builder for BMAD™────────────────────────────────────────────────────────────────────────────────
? Where do custom agents and workflows get stored? bmad-custom-src? Where do custom modules get stored? bmad-custom-modules-src
────────────────────────────────────────────────────────────────────────────────BMad Game Development ModuleConfigure the settings for the BMad Game Development module────────────────────────────────────────────────────────────────────────────────
? What is the name of your game project? vs-ai-agents? Where should Sprint Artifacts be stored (stories, epics, temp context, etc...)? docs/sprint-artifacts? What is your game development experience level? Expert - Experienced game developer, be direct and technical? Which game development framework or engine do you want to install support for? Unity, Unreal Engine, Godot, Custom / Other
────────────────────────────────────────────────────────────────────────────────BMad Method™: Breakthrough Method of Agile-Ai Driven-DevAgent and Workflow Configuration for this module────────────────────────────────────────────────────────────────────────────────
? What is the title of your project you will be working on? vs-ai-agents? What is your technical experience level?This affects how agents explain concepts to you (NOT document content).Documents are always concise for LLM efficiency. Expert - Deep technical knowledge, be direct and technical? Where should Sprint Artifacts be stored (sprint status, stories, story context, temp context, etc...)? docs/sprint-artifacts? Enable Test Architect Playwright MCP capabilities (healing, exploratory, verification)? You have to setup your MCPs yourself; refer totest-architecture.md for hints. Yes? Are you using playwright-utils (@seontechnologies/playwright-utils) in your project?This adds fixture-based utilities for auth, API requests, network recording, polling, intercept, recurse, logging, file download handling,and burn-in.You must install packages yourself, or use test architect's *framework command. Yes
────────────────────────────────────────────────────────────────────────────────Creative Innovation Suite (CIS) ModuleNo Configuration needed - uses Core Config only.────────────────────────────────────────────────────────────────────────────────
Configuring claude-code...
Configuring codex...? Where would you like to install Codex CLI prompts? Project-specific - Recommended for real work (requires CODEX_HOME=<project-dir>/.codex)
══════════════════════════════════════════════════════════════════════ Project-Specific Codex Configuration══════════════════════════════════════════════════════════════════════
Prompts will be installed to: <project>/.codex/prompts
⚠️ REQUIRED: You must set CODEX_HOME to use these prompts
Add this alias to your ~/.bashrc or ~/.zshrc:
alias codex='CODEX_HOME="$PWD/.codex" codex'
After adding, run: source ~/.bashrc (or source ~/.zshrc) (The $PWD uses your current working directory)
This tells Codex CLI to use prompts from this project instead of ~/.codex
══════════════════════════════════════════════════════════════════════
? Proceed with this installation option? No
Let's choose a different installation option.
? Where would you like to install Codex CLI prompts? Global - Simple for single project (~/.codex/prompts, but references THIS project only)
══════════════════════════════════════════════════════════════════════ IMPORTANT: Codex Configuration══════════════════════════════════════════════════════════════════════
/prompts installed globally to your HOME DIRECTORY.
⚠️ These prompts reference a specific .bmad path To use with other projects, you'd need to copy the .bmad dir
✓ You can now use /commands in Codex CLI Example: /bmad-bmm-agents-pm Type / to see all available commands
══════════════════════════════════════════════════════════════════════
? Proceed with this installation option? No
Let's choose a different installation option.
? Where would you like to install Codex CLI prompts? Project-specific - Recommended for real work (requires CODEX_HOME=<project-dir>/.codex)
══════════════════════════════════════════════════════════════════════ Project-Specific Codex Configuration══════════════════════════════════════════════════════════════════════
Prompts will be installed to: <project>/.codex/prompts
⚠️ REQUIRED: You must set CODEX_HOME to use these prompts
Add this alias to your ~/.bashrc or ~/.zshrc:
alias codex='CODEX_HOME="$PWD/.codex" codex'
After adding, run: source ~/.bashrc (or source ~/.zshrc) (The $PWD uses your current working directory)
This tells Codex CLI to use prompts from this project instead of ~/.codex
══════════════════════════════════════════════════════════════════════
? Proceed with this installation option? Yes⠋ Continuing installation... Created customize: core-bmad-master.customize.yaml Built agent: bmad-master.md✔ Core installed✔ Dependencies resolved⠋ Installing module: bmb... Created customize: bmb-bmad-builder.customize.yaml Compiled agent: bmad-builder -> agents/bmad-builder.md✔ Module installed: bmb⠋ Installing module: bmgd... Vendoring cross-module workflows for bmgd... Processing: game-architect.agent.yaml Vendoring: bmm/workflows/4-implementation/correct-course → bmgd/workflows/bmgd Updated config_source to: .bmad/bmgd/config.yaml Processing: game-dev.agent.yaml Vendoring: bmm/workflows/4-implementation/dev-story → bmgd/workflows/bmgd Updated config_source to: .bmad/bmgd/config.yaml Vendoring: bmm/workflows/4-implementation/code-review → bmgd/workflows/bmgd Updated config_source to: .bmad/bmgd/config.yaml Source workflow not found: /private/tmp/bunx-501-bmad-method@alpha/node_modules/bmad-method/src/modules/bmm/workflows/4-implementation/story-done Processing: game-scrum-master.agent.yaml Vendoring: bmm/workflows/4-implementation/sprint-planning → bmgd/workflows/bmgd Updated config_source to: .bmad/bmgd/config.yaml Source workflow not found: /private/tmp/bunx-501-bmad-method@alpha/node_modules/bmad-method/src/modules/bmm/workflows/4-implementation/epic-tech-context Vendoring: bmm/workflows/4-implementation/create-story → bmgd/workflows/bmgd Updated config_source to: .bmad/bmgd/config.yaml Source workflow not found: /private/tmp/bunx-501-bmad-method@alpha/node_modules/bmad-method/src/modules/bmm/workflows/4-implementation/story-context Source workflow not found: /private/tmp/bunx-501-bmad-method@alpha/node_modules/bmad-method/src/modules/bmm/workflows/4-implementation/story-ready Vendoring: bmm/workflows/4-implementation/retrospective → bmgd/workflows/bmgd Updated config_source to: .bmad/bmgd/config.yaml Vendoring: bmm/workflows/4-implementation/correct-course → bmgd/workflows/bmgd Updated config_source to: .bmad/bmgd/config.yaml ✓ Workflow vendoring complete
Created customize: bmgd-game-architect.customize.yaml Compiled agent: game-architect -> agents/game-architect.md Created customize: bmgd-game-designer.customize.yaml Compiled agent: game-designer -> agents/game-designer.md Created customize: bmgd-game-dev.customize.yaml Compiled agent: game-dev -> agents/game-dev.md Created customize: bmgd-game-scrum-master.customize.yaml Compiled agent: game-scrum-master -> agents/game-scrum-master.md✔ Module installed: bmgd⠙ Installing module: bmm... Created customize: bmm-analyst.customize.yaml Compiled agent: analyst -> agents/analyst.md Created customize: bmm-architect.customize.yaml Compiled agent: architect -> agents/architect.md Created customize: bmm-dev.customize.yaml Compiled agent: dev -> agents/dev.md Created customize: bmm-pm.customize.yaml Compiled agent: pm -> agents/pm.md Created customize: bmm-quick-flow-solo-dev.customize.yaml Compiled agent: quick-flow-solo-dev -> agents/quick-flow-solo-dev.md Created customize: bmm-sm.customize.yaml Compiled agent: sm -> agents/sm.md Created customize: bmm-tea.customize.yaml Compiled agent: tea -> agents/tea.md Created customize: bmm-tech-writer.customize.yaml Compiled agent: tech-writer -> agents/tech-writer.md Created customize: bmm-ux-designer.customize.yaml Compiled agent: ux-designer -> agents/ux-designer.md✔ Module installed: bmm⠋ Installing module: cis... Created customize: cis-brainstorming-coach.customize.yaml Compiled agent: brainstorming-coach -> agents/brainstorming-coach.md Created customize: cis-creative-problem-solver.customize.yaml Compiled agent: creative-problem-solver -> agents/creative-problem-solver.md Created customize: cis-design-thinking-coach.customize.yaml Compiled agent: design-thinking-coach -> agents/design-thinking-coach.md Created customize: cis-innovation-strategist.customize.yaml Compiled agent: innovation-strategist -> agents/innovation-strategist.md Created customize: cis-presentation-master.customize.yaml Compiled agent: presentation-master -> agents/presentation-master.md Created customize: cis-storyteller.customize.yaml Compiled agent: storyteller -> agents/storyteller.md✔ Module installed: cis✔ Module configurations generated✔ Manifests generated: 61 workflows, 21 agents, 5 tasks, 1 tools, 88 files✔ Configured 18 IDEs✔ IDE documentation copied⠋ Running module-specific installers...🏗️ Installing Core Module...Configuring Core for IDEs: claude-code, codex, cursor, github-copilot, antigravity, opencode, windsurf, rovo-dev, auggie, cline, crush, gemini, iflow, kilo, kiro-cli, qwen, roo, trae✓ Core Module installation complete🔧 Setting up BMB Module... Setting up custom agents at: /Users/vsai/WorkSpaces/vs/vs-ai-agents/bmad-custom-src ✓ Created custom.yaml at /Users/vsai/WorkSpaces/vs/vs-ai-agents/bmad-custom-src/custom.yaml Setting up custom modules at: /Users/vsai/WorkSpaces/vs/vs-ai-agents/bmad-custom-modules-src ✓ Created modules directory at /Users/vsai/WorkSpaces/vs/vs-ai-agents/bmad-custom-modules-src Configuring BMB for IDEs: claude-code, codex, cursor, github-copilot, antigravity, opencode, windsurf, rovo-dev, auggie, cline, crush, gemini, iflow, kilo, kiro-cli, qwen, roo, trae✓ BMB Module setup complete🚀 Installing BMM Module...Creating story directory: docs/sprint-artifactsConfiguring BMM for IDEs: claude-code, codex, cursor, github-copilot, antigravity, opencode, windsurf, rovo-dev, auggie, cline, crush, gemini, iflow, kilo, kiro-cli, qwen, roo, trae BMM-Claude Code Specifics installed No BMM-specific configuration for Codex No BMM-specific configuration for Cursor No BMM-specific configuration for GitHub Copilot No BMM-specific configuration for Google Antigravity No BMM-specific configuration for OpenCode BMM-Windsurf Specifics installed Warning: Unknown platform code 'rovo-dev'. Skipping BMM configuration. No BMM-specific configuration for Auggie No BMM-specific configuration for Cline No BMM-specific configuration for Crush No BMM-specific configuration for Gemini CLI No BMM-specific configuration for iFlow No BMM-specific configuration for KiloCoder Warning: Unknown platform code 'kiro-cli'. Skipping BMM configuration. No BMM-specific configuration for QwenCoder No BMM-specific configuration for Roo Cline No BMM-specific configuration for Trae✓ BMM Module installation complete🎨 Installing CIS Module...Configuring CIS for IDEs: claude-code, codex, cursor, github-copilot, antigravity, opencode, windsurf, rovo-dev, auggie, cline, crush, gemini, iflow, kilo, kiro-cli, qwen, roo, trae✓ CIS Module installation complete✔ Module-specific installers completed
Configuring agent sidecar folders...
Replacing {agent_sidecar_folder} with: {project-root}/.bmad-user-memory ✓ Replaced 1 occurrence(s) in bmb/workflows/create-module/templates/agent.template.md ✓ Replaced 4 occurrence(s) in bmb/docs/agents/expert-agent-architecture.md ✓ Replaced 1 occurrence(s) in bmb/docs/agents/agent-menu-patterns.md ✓ Updated 3 agent file(s) with 6 sidecar reference(s)
════════════════════════════════════════════════════════════════════════════════ Installation Complete BMAD™ has been successfully installed════════════════════════════════════════════════════════════════════════════════
╭──────────────────────────────────────────────────────────────────────────────╮ │ │ │ 📁 Installation Path: │ │ /Users/vsai/WorkSpaces/vs/vs-ai-agents/.bmad │ │ │ │ 📦 Modules Installed: bmb, bmgd, bmm, cis │ │ │ │ 🔧 Tools Configured: claude-code, codex, cursor, github-copilot, │ │ antigravity, opencode, windsurf, rovo-dev, auggie, cline, crush, gemini, │ │ iflow, kilo, kiro-cli, qwen, roo, trae │ │ │ │ 🎤 AgentVibes TTS: Enabled │ │ │ ╰──────────────────────────────────────────────────────────────────────────────╯
═══════════════════════════════════════════════════ AgentVibes TTS Injection Summary═══════════════════════════════════════════════════
What is TTS Injection?
TTS (Text-to-Speech) injection adds voice instructions to BMAD agents, enabling them to speak their responses aloud using AgentVibes.
Example: When you activate the PM agent, it will greet you with spoken audio like "Hey! I'm your Project Manager. How can I help?"
✅ TTS injection applied to 1 file(s):
Agent TTS (individual agent voices): • /Users/vsai/WorkSpaces/vs/vs-ai-agents/.bmad/core/agents/bmad-master.md
Backups & Recovery:
Pre-injection backups are stored in: ~/.bmad-tts-backups/
To restore original files (removes TTS instructions): bmad-tts-injector.sh --restore /Users/vsai/WorkSpaces/vs/vs-ai-agents/.bmad
💡 BMAD agents will now speak when activated! Ensure AgentVibes is installed: https://agentvibes.org
✨ BMAD is ready to use!
✨ Installation complete!BMAD Core and Selected Modules have been installed to: /Users/vsai/WorkSpaces/vs/vs-ai-agents/.bmad
Thank you for helping test the early release version of the new BMad Core and BMad Method!Stable Beta coming soon - please read the full README.md and linked documentation to get started!
🎙️ AgentVibes TTS SetupAgentVibes provides voice synthesis for BMAD agents with: • ElevenLabs AI (150+ premium voices) • Piper TTS (50+ free voices)
Press Enter to start AgentVibes installer...
Need to install the following packages:agentvibes@2.17.4Ok to proceed? (y) y
╭──────────────────────────────────────────────────────────────────────────────╮│ Agent Vibes v2.17.4 Installer • Page 5/15 ││ ││ Installation Confirmation ││ ││ https://agentvibes.org • https://github.com/paulpreibisch/AgentVibes │╰──────────────────────────────────────────────────────────────────────────────╯
Play audio welcome message from Paul, creator of AgentVibes.
✔ 🎵 Listen to Welcome Message? Yes⠋ Playing welcome message... (Welcome demo skipped - audio file not found)✔ Welcome message complete!✔✅ Ready to install AgentVibes with macOS Say? Yes
✔ .claude directory found! Location: /Users/vsai/WorkSpaces/vs/vs-ai-agents/.claude
✔ Installed 34 slash commands!
✔ Installed TTS scripts!
✔ Installed personality templates!
ℹ No plugin files found (optional)
ℹ No BMAD config files found (optional)
✔ Installed 16 background music tracks!
✔ Installed 6 config files!
✓ audio-effects.cfg╭──────────────────────────────────────────────────────────────────────────────╮│ Agent Vibes v2.17.4 Installer • Page 6/11 ││ ││ Summary: Slash Commands ││ ││ https://agentvibes.org • https://github.com/paulpreibisch/AgentVibes │╰──────────────────────────────────────────────────────────────────────────────╯
╭──────────────────────────────────────────────────────────────────────────────╮│ Agent Vibes v2.17.4 Installer • Page 7/11 ││ ││ Summary: Background Music ││ ││ https://agentvibes.org • https://github.com/paulpreibisch/AgentVibes │╰──────────────────────────────────────────────────────────────────────────────╯
╭─────────────────────────────────────────────────────── 🎵 Background Music ────────────────────────────────────────────────────────╮ │ │ │ 16 Background Music Tracks Installed │ │ │ │ Agents need to have fun too! 🎉 Spice things up with background music. │ │ │ │ 💡 How to control background music: │ │ │ │ Slash Commands: │ │ /agent-vibes:background-music on - Enable music │ │ /agent-vibes:background-music off - Disable music │ │ /agent-vibes:background-music set chillwave - Change track │╭──────────────────────────────────────────────────────────────────────────────╮│ Agent Vibes v2.17.4 Installer • Page 8/11 ││ ││ Summary: TTS Scripts ││ ││ https://agentvibes.org • https://github.com/paulpreibisch/AgentVibes │╰──────────────────────────────────────────────────────────────────────────────╯
╭────────────────────────── 🔧 TTS Scripts ──────────────────────────╮ │ │ │ 37 TTS Hook Scripts Installed │
✅ AgentVibes is Ready!
Launch Claude Code with MCP: claude --mcp-config .mcp.json
• /agent-vibes:list - See all available voices • /agent-vibes:switch <name> - Change your voice • /agent-vibes:personality <style> - Set personality
✓ AgentVibes installation complete














































































































































































































